home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Mac Game Programming Gurus
/
TricksOfTheMacGameProgrammingGurus.iso
/
More Source
/
C⁄C++
/
Xconq 7.0d37
/
source
/
misc
/
scn.sed
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-02-02
|
160 b
|
8 lines
|
[
TEXT/R*ch
]
# Comment out all the lines.
s/^/;/
# Convert the first line to a game-module form.
/Xconq/s/^;Xconq . [+-]* \(.*\)$/(game-module "xxx"\
(blurb "\1")\
)\
/